chore: revert highlight mentions while typing (WPB-1895)#3727
chore: revert highlight mentions while typing (WPB-1895)#3727
Conversation
|
@ohassine we need this also on release/candidate please 🙏 |
Ups 🫰🟨This PR is too big. Please try to break it up into smaller PRs. |
…hlight # Conflicts: # app/src/main/kotlin/com/wire/android/ui/home/messagecomposer/state/MessageComposerStateHolder.kt
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3727 +/- ##
===========================================
- Coverage 45.94% 45.91% -0.03%
===========================================
Files 482 482
Lines 16441 16438 -3
Branches 2770 2769 -1
===========================================
- Hits 7553 7547 -6
- Misses 8112 8115 +3
Partials 776 776
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
|
Built wire-android-staging-compat-pr-3727.apk is available for download |
|
Built wire-android-dev-debug-pr-3727.apk is available for download |



PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
After implementing the mention highlight feature using a different BasicTextField, we realized that this approach does not support rich content due to API limitation.
As a result, we have decided to prioritize GIF support instead and will be removing the mention feature.
Needs releases with:
Testing
Test Coverage (Optional)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.